home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 116 / MacAddict 116 (Mac Power Pack)(theDISC)(April 2006).iso / Software / Utilities / iGet2.0.3.dmg / iGet.app / Contents / Resources / IGetSuite.scriptTerminology < prev    next >
Encoding:
Extensible Markup Language  |  2006-01-19  |  4.3 KB  |  143 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5.     <key>Commands</key>
  6.     <dict>
  7.         <key>GetURL</key>
  8.         <dict>
  9.             <key>Description</key>
  10.             <string>Open a URL (e.g., iget://iget.fivespeed.com).</string>
  11.             <key>Name</key>
  12.             <string>get URL</string>
  13.             <key>UnnamedArgument</key>
  14.             <dict>
  15.                 <key>Description</key>
  16.                 <string>the URL to open</string>
  17.             </dict>
  18.         </dict>
  19.         <key>connect</key>
  20.         <dict>
  21.             <key>Arguments</key>
  22.             <dict>
  23.                 <key>to</key>
  24.                 <dict>
  25.                     <key>Description</key>
  26.                     <string>the hostname of the remote Mac to connect to</string>
  27.                     <key>Name</key>
  28.                     <string>to</string>
  29.                 </dict>
  30.             </dict>
  31.             <key>Description</key>
  32.             <string>connect to a remote Mac</string>
  33.             <key>Name</key>
  34.             <string>connect</string>
  35.         </dict>
  36.         <key>download</key>
  37.         <dict>
  38.             <key>Arguments</key>
  39.             <dict>
  40.                 <key>localFolder</key>
  41.                 <dict>
  42.                     <key>Description</key>
  43.                     <string>the local folder into which the files should be downloaded (if omitted, iGet's default download location is used)</string>
  44.                     <key>Name</key>
  45.                     <string>local folder</string>
  46.                 </dict>
  47.                 <key>password</key>
  48.                 <dict>
  49.                     <key>Description</key>
  50.                     <string>the password to use when logging into the remote Mac (if omitted, iGet will attempt to use the Keychain to look up the password)</string>
  51.                     <key>Name</key>
  52.                     <string>password</string>
  53.                 </dict>
  54.                 <key>port</key>
  55.                 <dict>
  56.                     <key>Description</key>
  57.                     <string>the port number to use (normally you don't specify this parameter, in which case iGet uses port 22, the default SSH port)</string>
  58.                     <key>Name</key>
  59.                     <string>port</string>
  60.                 </dict>
  61.                 <key>remoteHost</key>
  62.                 <dict>
  63.                     <key>Description</key>
  64.                     <string>the hostname (or IP address) of the remote Mac from which the files should be downloaded</string>
  65.                     <key>Name</key>
  66.                     <string>remote host</string>
  67.                 </dict>
  68.                 <key>username</key>
  69.                 <dict>
  70.                     <key>Description</key>
  71.                     <string>the username to use when logging in to the remote Mac</string>
  72.                     <key>Name</key>
  73.                     <string>username</string>
  74.                 </dict>
  75.             </dict>
  76.             <key>Description</key>
  77.             <string>download one or more files or folders from a remote Mac</string>
  78.             <key>Name</key>
  79.             <string>download</string>
  80.             <key>UnnamedArgument</key>
  81.             <dict>
  82.                 <key>Description</key>
  83.                 <string>a list of remote files to download (specify them with iGet-style paths)</string>
  84.             </dict>
  85.         </dict>
  86.         <key>upload</key>
  87.         <dict>
  88.             <key>Arguments</key>
  89.             <dict>
  90.                 <key>password</key>
  91.                 <dict>
  92.                     <key>Description</key>
  93.                     <string>the password to use when logging into the remote Mac (if omitted, iGet will attempt to use the Keychain to look up the password)</string>
  94.                     <key>Name</key>
  95.                     <string>password</string>
  96.                 </dict>
  97.                 <key>port</key>
  98.                 <dict>
  99.                     <key>Description</key>
  100.                     <string>the port number to use (normally you don't specify this parameter, in which case iGet uses port 22, the default SSH port)</string>
  101.                     <key>Name</key>
  102.                     <string>port</string>
  103.                 </dict>
  104.                 <key>remoteFolder</key>
  105.                 <dict>
  106.                     <key>Description</key>
  107.                     <string>the iGet-style path of the remote folder into which the files should be uploaded (if omitted, the Home folder will be used)</string>
  108.                     <key>Name</key>
  109.                     <string>remote folder</string>
  110.                 </dict>
  111.                 <key>remoteHost</key>
  112.                 <dict>
  113.                     <key>Description</key>
  114.                     <string>the hostname (or IP address) of the remote Mac to which the files should be uploaded</string>
  115.                     <key>Name</key>
  116.                     <string>remote host</string>
  117.                 </dict>
  118.                 <key>username</key>
  119.                 <dict>
  120.                     <key>Description</key>
  121.                     <string>the username to use when logging in to the remote Mac</string>
  122.                     <key>Name</key>
  123.                     <string>username</string>
  124.                 </dict>
  125.             </dict>
  126.             <key>Description</key>
  127.             <string>upload one or more of files or folders</string>
  128.             <key>Name</key>
  129.             <string>upload</string>
  130.             <key>UnnamedArgument</key>
  131.             <dict>
  132.                 <key>Description</key>
  133.                 <string>a list of files to upload</string>
  134.             </dict>
  135.         </dict>
  136.     </dict>
  137.     <key>Description</key>
  138.     <string>Commands for functionality specific to iGet, such as uploading, downloading, and opening URLs.</string>
  139.     <key>Name</key>
  140.     <string>iGet Suite</string>
  141. </dict>
  142. </plist>
  143.